const github.com/jackc/pgx/v5/pgtype.jsonISO8601

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L16: 	jsonISO8601       = "2006-01-02T15:04:05.999999999"
		timestamp.go#L85: 		s = ts.Time.Format(jsonISO8601)
		timestamp.go#L122: 		tim, err = time.ParseInLocation(jsonISO8601, tss, time.UTC)
		timestamp.go#L129: 			*s, time.RFC3339Nano, jsonISO8601, err)